projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ceab7ba
)
(alpha-dec-osf*): Specify GCC_TEST_OPTIONS and NON_GCC_TEST_OPTIONS.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 8 Aug 1996 20:24:36 +0000
(20:24 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 8 Aug 1996 20:24:36 +0000
(20:24 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 960bf51de90a222c540ad5c00a5be273db23e2c6..fafc66dda13c773e0247086a60c672c7077b1b98 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-189,6
+189,9
@@
case "${canonical}" in
## Alpha (DEC) machines.
alpha-dec-osf* )
machine=alpha opsys=osf1
+ # This is needed to find X11R6.1 libraries for certain tests.
+ NON_GCC_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib
+ GCC_TEST_OPTIONS=-Wl,-rpath,/usr/X11R6/lib
;;
alpha-*-linux-gnu* )